Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource name shortner fixed #295 #296

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

myrachanto
Copy link

Changes

fixed #295 ResourceNameShortener shortens the resource name if it exceeds maxResourceNameLength of 64

  • Added ResourceNameShortener function to handle name shortening.
  • Updated existing commands to use the helper function.
  • Added tests for various cases, including names longer than 64 characters.

References

Fixes #123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

GenerateName like helper function for naming ephemeral resources
1 participant